-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpro.css
More file actions
81 lines (67 loc) · 1.13 KB
/
pro.css
File metadata and controls
81 lines (67 loc) · 1.13 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
img{
border-radius:100%;
padding-left: 10px;
padding-top: 10px;
padding-bottom: 10px;
margin-left: 5%;
}
.a{
background-color: #2c3d4f;
display:flex;
justify-content:space-between;
padding-right: 40px;
border-radius: 20px;
}
ul {
display: inline-block;
}
ul li{
list-style-type: none;
color:white;
display:inline-block;
margin:20px;
font-size: large;
}
ul li:hover{
color: aquamarine;
}
.b{
font-size: 50px;
padding-left: 180px;
font-family: fantasy;
color: sandybrown;
}
marquee{
color:crimson;;
font-size:30px;
font-family: cursive;
}
.c{
background-color:#19bc9b;
border-radius: 20px;
}
.d{
background-color:sandybrown;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px ;
border-radius: 20px;
}
.z{
padding-left: 50px;
color: azure;
}
.e{
text-align: center;
}
p{
font-family: 'Courier New', Courier, monospace;
}
.f{
display: inline-block;
margin:20px;
}
.g{
display: inline-block;
margin:20px;
}