-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
99 lines (81 loc) · 1.48 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
p{
font-size: 18px;
}
.jumbotron {
color: white;
background: #0075FF;
border-top-left-radius: none;
border-bottom-left-radius: 35%;
border-bottom-right-radius: 35%;
text-align: center;
}
.jumbotron h1{
font-size: 50px;
font-family: Lato, sans-serif;
text-transform: uppercase;
}
p.badge{
background-color: #c6cbef;
}
li{
font-size: 18px;
}
h2{
font-family: roboto, sans-serif;
}
.desc-content{
text-indent: 30px;
/* font-family: 'Open sans', sans-serif; */
}
.model-content{
text-indent: 10px;
}
.rule{
padding: 7px;
border: 2px solid rgba(0,0,0,0.1);
border-radius: 10px;
display: inline-block;
}
.story-head{
text-align: center;
font-family: Lato, sans-serif;
}
.story{
box-shadow: 1px 1px 10px 0 rgba(32, 33, 36, 0.2);
border-radius: 15px;
border-bottom: 10px;
}
.story:hover{
transition: 0.5s;
box-shadow: 1px 2px 25px 0 rgba(32, 33, 50, 0.4);
}
.story-title {
padding: 10px;
background-color: #0075FF;
border-radius: 0px 15px;
text-transform: uppercase;
color: white;
text-align: center;
font-family: Lato,sans-serif;
}
.story-content{
padding: 15px 15px 0px;
}
.story p{
text-indent: 25px;
text-align: justify;
}
.form-group label{
font-size: 18px;
}
input[type="text"]{
padding: 10px;
border-bottom: 2px solid #0075FF;
}
input[type="submit"]{
display: inline-block;
max-width: 100px;
}
body{
padding-bottom: 10px;
}