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