-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservers.css
63 lines (50 loc) · 1018 Bytes
/
servers.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
.servidores {
margin-left: 50px;
display: flex;
margin-right: 50px;
justify-content: space-around;
}
.cajaserver{
background-color: rgb(40, 140, 0);
height: 440px;
width: 300px;
border-color: aliceblue;
border-style: outset;
border-width: 6px;
box-shadow: 4px 4px 8px rgb(0, 0, 0);
}
.imagserv{
height: 120px;
margin-top: 30px;
width: 200px;
margin-left: 50px;
border-color: aliceblue;
border-style: outset;
border-width: 6px;
}
.titserv{
color: aliceblue;
text-align: center;
font-weight: bolder;
font-size: 30px;
font-family: 'Minecraft';
text-shadow: 4px 4px 8px rgb(0, 0, 0);
}
.textserv{
color: aliceblue;
padding: 10px;
text-align: justify;
margin-bottom: 10px;
}
.textserv :link {
text-decoration: none;
color: gold;
}
.textserv :visited {
text-decoration: none;
color: gold;
}
.textserv :hover {
text-decoration: underline;
color: rgb(255, 0, 115);
}