-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle1.css
More file actions
126 lines (117 loc) · 2.05 KB
/
style1.css
File metadata and controls
126 lines (117 loc) · 2.05 KB
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
.s
{
margin-top: 120px;
font-size:20px;
}
.a{
padding-right: 20px;
color:white;
padding-top: 100px;
text-align: center;
padding-top: 15px;
margin-bottom: 2px;
background-color:#1626B6;
width: 400px;
height: 50px;
border-radius: 10px;
}
.a:hover
{
transform: scale(1.1);
}
.b
{
color: white;
padding-top:90px;
text-align: center;
padding-top: 10px;
margin-bottom: 2px;
background-color:#6DEFE7;
width: 400px;
height: 50px;
border-radius: 10px;
}.b:hover
{
transform: scale(1.1);
}
.c
{ color: white;
padding-top: 100px;
text-align: center;
padding-top: 15px;
margin-bottom: 2px;
background-color:#CC5214;
width: 400px;
height: 50px;
border-radius: 10px;
}.c:hover
{
transform: scale(1.1);
}
.d
{ color: white;
padding-top: 100px;
text-align: center;
padding-top: 15px;
margin-bottom: 2px;
background-color:#23AAE4;
width: 400px;
height: 50px;
border-radius: 10px;
}.d:hover
{
transform: scale(1.1);
}
.e
{ color: white;
padding-top: 100px;
text-align: center;
padding-top: 15px;
margin-bottom: 2px;
background-color: #2AEF5E;
width: 400px;
height: 50px;
border-radius: 10px;
}.e:hover
{
transform: scale(1.1);
}
.f
{ color: white;
padding-top: 100px;
text-align: center;
padding-top: 15px;
margin-bottom: 2px;
background-color:red;
width: 400px;
height: 50px;
border-radius: 10px;
}.f:hover
{
transform: scale(1.1);
}
.fab{
float: left;
margin-left: 30px;
}
.likepage{
float: right;
margin-right: 20px;
font-size: 18px;
}
.border{
border-right: 2px solid white;
padding: 5px 0px;
}
.fb{
margin: 0px 80px;
}
input[type="text"]
{
width: 800px;
height: 30px;
border-radius: 10px;
color: orange;
border-color: orange;
font-size: 20px;
}