-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
61 lines (52 loc) · 1.1 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
body {
background-color: darkcyan;
}
h1 {
text-align: center;
font-family: sans-serif;
font-weight: bold;
}
p {
background-color: rgb(0, 123, 246);
font-family: sans-serif;
text-align: center;
padding: 10px;
border: 2px solid black;
display: inline-block;
font-size: large;
font-weight: bold;
}
.foto {
text-align: center;
}
h3 {
background-color: rgb(87, 30, 140);
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
text-align: center;
padding: 10px;
border: 4px solid black;
display: inline-block;
font-size: large;
font-weight: bold;
}
.cursando {
width: 300px;
height: 200px;
background-color: rgb(139, 37, 202);
position: absolute;
top: 50%;
left: 70%;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
border: 4px solid black;
}
.eldenring {
text-align: center;
}
.ring {
background-color: rgb(255, 0, 0);
border: 4px solid black;
display: inline-block;
font-size: large;
font-weight: bold;
text-align: center;
}