-
Notifications
You must be signed in to change notification settings - Fork 0
/
css1.css
115 lines (110 loc) · 1.97 KB
/
css1.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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
.c1{
font-family:Verdana, Geneva, Tahoma, sans-serif;
font-weight: bold;
color:rgb(38, 36, 36);
font-size: xx-large;
}
.c2{
font-family:Verdana, Geneva, Tahoma, sans-serif;
font-size:8px;
}
.c3{
position:absolute;
left:15px;
top:30px;
}
#img1{
box-shadow: 2px 2px 14px rgb(7, 181, 212);
border-radius: 2px;
position:relative;
top:20px;
}
.c4{
position:relative;
top:30px;
text-align: center;
display:flex;
flex-direction: row;
font-size:9px;
grid-gap:15px;
font-weight: bold;
}
.c5{
position: relative;
top:60px;
font-size: 13px;
}
.c6{
width:80px;
height:350px;
position: absolute;
border-top-right-radius: 5px;
left:200px;
background-color: dimgray;
box-shadow: 2px 2px 10px dimgray;
top:0px;
}
.c7{
border: 2px solid dimgray;
width:3px;
height: 96px;
position: relative;
top:55px;
box-shadow: 2px 2px 6px rgb(19, 16, 16);
}
.c8{
position:relative;
left:10px;
border-top-right-radius: 5px;
}
.c9{
position:relative;
font-size: 10px;
top:55px;
left:10px;
color:aquamarine;
}
.c10{
position:relative;
left:11px;
top:40px;
text-align:center;
font-size:9px;
color:white;
}
.c11{
position:relative;
top:80px;
left:15px;
font-size: 9px;
color:aquamarine;
}
.c12{
position: absolute;
top:350px;
font-weight: bolder;
text-shadow: 1px 1px 2px rgb(38, 36, 36);
width:280px;
height:80px;
background-color: rgba(0, 0, 0, 0.849);
color: aliceblue;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
box-shadow: 2px 2px 10px black;
font-family:cursive;
}
.c13{
background-color:orange;
width:200px;
height:350px;
position:relative;
border-top-left-radius: 5px;
box-shadow: 2px 2px 10px orange;
}
.c14{
width:96px;
height: 8px;
position: relative;
left:10px;
background-color: dimgray;
}