-
Notifications
You must be signed in to change notification settings - Fork 0
/
estilo.css
52 lines (52 loc) · 984 Bytes
/
estilo.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
div {
color : aqua ;
background-color : gray ;
font-size: 32px ;
text-align: center ;
font-weight: bold ;
border: 5px double black;
}
.sp {
color : white ;
background-color : purple ;
border: 10px double hsl(0,0%,0%,0.8);
margin : -180px auto 20px;
padding : 20px;
width : 100px;
height : 70px;
font : bold 20px "Courier New", serif;
text-align: center;
}
.sqb {
background-color : lightskyblue ;
border: 10px double black;
margin : 20px 47% 20px auto;
padding : 20px;
width : 90px;
height : 80px;
}
.sqr {
background-color : lightcoral ;
border: 10px double black;
margin : -115px auto 20px 47%;
padding : 20px;
width : 90px;
height : 90px;
}
img.cf {
float : right ;
height : 150px ;
}
.clf {
/* overflow: auto; */
content : "" ;
clear : both ;
display : table ;
font: 20px 'Trebuchet MS', sans-serif;
text-align: left;
margin : 50px ;
padding : 50px ;
color : lawngreen ;
background-color: indigo ;
border : 4px double lawngreen ;
}