-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
65 lines (59 loc) · 1.13 KB
/
style.css
File metadata and controls
65 lines (59 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
*{
margin: 0px;
padding: 0px;
}
label{
color: blanchedalmond;
}
body{
background-color:black
}
h1{
color: whitesmoke;
font-style: italic;
font-family: Roboto,Arial, Helvetica, sans-serif;
margin-top: 50px;
margin-bottom: -50px;
}
.conteiner{
position: relative;
top: 125px;
}
.txt{
font-size: 30px;
font-family: Roboto, Arial, Helvetica, sans-serif;
color: white;
border: 0px;
background: #6b6b6b;
width: 325px;
height: 80px;
text-align: right;
}
.txta{
font-size: 20px;
font-family: Roboto, Arial, Helvetica, sans-serif;
border: 1px;
color:darkgrey;
background-color: rgba(0, 0, 0, 0.969);
width: 325px;
height: 40px;
margin-top: -20%;
text-align: right;}
.col1{
font-size: 30px;
font-family: roboto,Arial, Helvetica, sans-serif;
color: white;
border: 0;
background:rgba(22, 7, 233, 0.849);
width: 80px;
height: 80px;
}
.col2{
font-size: 30px;
font-family: roboto,Arial, Helvetica, sans-serif;
color: white;
border: 0;
background:rgba(183, 15, 235, 0.685);
width: 80px;
height: 80px;
}