-
Notifications
You must be signed in to change notification settings - Fork 0
/
s.css
57 lines (49 loc) · 869 Bytes
/
s.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
#parrafo{
margin: 30px;
font-size: 29px;
padding: 10;
background: yellow;
background-size: 20px;
width: auto;
font-family: Verdana;
}
.span{
font-family: cursive;
font-size: 80;
background-color: #FFFFFF;
font-size: 50px;
}
h1{
font-family: Tahoma;
font-size: 80px;
margin-left: auto;
margin: 40px;
background-color: #19D8A8;
display: block;
}
body{
background-image:url("gatito.jpg");
}
.btn{
font-size: 48px;
background-size: contain;
}
.but-1{
background-color: red;
background-size: 10px 10px;
width: 20px;
}
.but-2{
background-color: blue;
background-image: url("pasto.jpg");
}
#probemos{
border: 6px solid red;
height: 50px;
margin: 50px;
margin-left: 200px;
padding: 20px;
width: 400px;
background-color: blue;
}
}