-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMAX.CSS
98 lines (75 loc) · 1.72 KB
/
MAX.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{
background-image: url(img/fundo.png);
background-size: 99%
}
P{
color: rgb(0, 0, 0);
background-color: blueviolet;
}
h1{
border-radius: 50PX;
border-radius: 5PX SOLID rgb(74, 134, 255);
color: rgb(255, 255, 255);
text-align: center;
}
H4{
color: rgb(211, 209, 255);
border-radius: 40PX SOLID GREEN;
text-transform: capitalize;
}
H3{
background-color: rgb(255, 236, 236); text-align: center; border-radius: 50px;
text-align: center;
color: rgb(0, 0, 0);
}
h2{
background-color: rgba(250, 102, 119, 0.264);
font-size: 18PX;
text-align: center;
color: rgb(0, 0, 0);
border-radius: 10PX solid GREEN;
}
A{
text-decoration: none;
color: rgb(255, 255, 255);
background-color: rgb(73, 61, 61);
border-radius: 10PX ;
padding: 1%;
padding-left: 1%;
padding-top: 1%;
padding-bottom: 1%;
padding-top: 1%;
}
A:hover{
color: rgb(0, 0, 0);
background: rgb(251, 225, 225);
padding-top: 1%;
padding-left: 30PX;
padding-right: 30PX;
padding-bottom: 1%PX;
}
B{
text-decoration: none;
color: rgb(255, 255, 255);
background-color: rgb(73, 61, 61);
border-radius: 10PX ;
padding: 1%;
padding-left: 1%;
padding-top: 1%;
padding-bottom: 1%;
padding-top: 1%;
}
B:HOVER{
color: rgb(0, 0, 0);
background: rgb(251, 225, 225);
padding-top: 1%;
padding-left: 30PX;
padding-right: 30PX;
padding-bottom: 1%PX;
}
h2:hover{
padding-top: 1%;
padding-left: 30PX;
padding-right: 30PX;
padding-bottom: 1%PX;
}