-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
65 lines (53 loc) · 1.13 KB
/
style.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
*{
}
.foto {
margin-left: 45%;
margin-top: -1%;
border-radius: 5%;
border: 5px solid black
}
#header {
background-color: rgba(57, 131, 131, 0.26);
background-position: 50% 25%;
background-size: cover;
border: 10px solid black
}
section {
background-image: url("/home/gusbucker/Imagens/trybe_logo.png");
}
body {
background-image: url("/home/gusbucker/Imagens/Papéis de parede/ematrix.jpg");
}
h1 {
color: rgb(2, 2, 1);
font-size: 50px;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
text-shadow: 50px;
margin-top: auto;
}
h2 {
color: rgb(2, 2, 1);
font-family: Arial, Helvetica, sans-serif;
text-align: center;
}
p {
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
text-align: center;
}
div {
background-color: rgb(253, 253, 253);
}
ul {
background-color: black;
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
text-align: center
}
.Links {
background-color: rgba(57, 131, 131, 0.26);
font-size: large;
margin: auto;
text-align: center;
}