-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle2.css
More file actions
73 lines (66 loc) · 1015 Bytes
/
style2.css
File metadata and controls
73 lines (66 loc) · 1015 Bytes
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
.svn
{
background-color: black;
color: white;
width: 100%;
height: 30px;
padding-top: 15px;
border-radius: 5px;
}
.svn1
{
color: white;
font-size: 80px;
margin-top: 7%;
}
.svn>i
{
padding-left: 30px;
padding-right: 30px;
text-align: center;
font-size: 15px;
}
.svn>i:hover
{
color:orange;
transform: scale(2.1);
}
input[type="text"]
{
margin-top:30px;
width: 900px;
height: 35px;
border-radius:40px;
border-color: orange;
font-size: 20px;
}
.a{color: blue;}
.b{color: red;}
.c{color: yellow;}
.d{color: blue;}
.e{color: green;}
.f{color: red;}
.s{color: blue;}
.s1{color:#10A8F4;}
.s2{color: #1380E0;}
.s3{color: #DB4112;}
.s4{color:#61EDF7;}
.s5{color: #0ECD15;}
.s6{color:#14E31B ;}
.vtn > span
{
background-color: white;
border-color: #10A8F4;
border-radius:5px;
padding-top:25px;
padding-left:2px;
padding-right:2px;
margin:40px;
}
.vtn{
margin-top:30px;
}
.vtn>span>i:
{
transform: scale(2.1);
}