-
Notifications
You must be signed in to change notification settings - Fork 0
/
news.css
123 lines (118 loc) · 1.79 KB
/
news.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
116
117
118
119
120
121
122
123
* {
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
line-height: 35px;
font-size: 19px;
color: black;
}
body {
background-color: rgb(247, 245, 245);
}
.plug {
color: black;
width: 150%;
height: 110vh;
font-size: x-small;
text-transform: uppercase;
display: flex;
flex-direction: column;
margin-bottom: 100px;
}
header h3 {
margin-left: 20px;
}
.dot {
margin-top: 30px;
}
li {
list-style: none;
display: flex;
column-gap: 10px;
}
span {
color: blueviolet;
}
.brother {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
gap: 10px;
}
.spacer {
display: flex;
flex-direction: column;
gap: 45px;
margin-left: 10px;
width: 0%;
}
header h3 {
margin-bottom: 90px;
}
.send {
text-decoration: none;
}
.plugfix {
position: fixed;
background-color: white;
height: 100vh;
width: 19%;
}
.real {
height: 20px;
width: 20px;
border-radius: 20px;
}
.realler {
color: green;
}
.realerss {
background-color: white;
height: 50%;
width: 65%;
padding-left: 30px;
}
.realersp {
background-color: white;
height: 50%;
width: 65%;
padding-left: 30px;
}
.realero {
background-color: white;
height: 50%;
width: 65%;
padding-left: 30px;
}
.realers {
background-color: white;
height: 10%;
width: 15%;
padding-left: 30px;
}
.realer {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
margin-right: 190px;
gap: 20px;
}
.realerfix{
margin-bottom: 400px;
padding-left: 30px;}
.realering{display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
gap: 30px;
margin-left: 160px;}
.ninety {
display: flex;
flex-direction: row;
margin-left: 310px;
margin-top: 90px;
}
.times{height: 20px;
width: 20px;}