-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
98 lines (80 loc) · 1.19 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
body{
text-align: center;
font-family: 'Open Sans', sans-serif;
color: #ffffff;
background-color: #8471c9;
margin: 0px 0px 30px 0px;
}
h1{
font-size: 60px;
font-weight: 300;
}
h2{
font-size: 40px;
color: #2a0074;
}
h3{
font-size: 22px;
font-style: italic;
}
p{
font-size: 20px;
line-height: 1.5;
text-align: justify;
}
img{
width: 100%;
}
ul{
list-style-type: none;
line-height: 2;
padding-left: 0%;
}
a{
color:#99ffff;
text-decoration: none;
font-weight: 700;
}
section{
width: 60%;
margin: 0 auto;
}
section section{
width: 100%;
}
button{
background-color: #41f341;
border: 1px solid transparent ;
padding: 2px 20px;
border-radius: 3px;
}
.green-title{
color: #04ff9f;
}
.red-title{
color:#ff9e9e;
}
.yellow-title{
color:#ffe36d;
}
.main{
background-color: #ff6cb5;
max-width: 60%;
margin: 0 auto;
}
.main a{
color: #ffffff;
text-decoration: underline;
font-weight: normal;
}
.main li{
display: inline-block;
line-height: 2.5;
margin: 0 89px;
}
.indent {
text-indent:3em
}
.menu:hover {
text-shadow: 5px 5px 4px #000000;
}