forked from pushdev-code/html-tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
30 lines (29 loc) · 621 Bytes
/
Copy pathstyle.css
File metadata and controls
30 lines (29 loc) · 621 Bytes
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
.contenido-p{
font-family: Arial, Helvetica, sans-serif;
font-size: 22px;
background-image: url(img-form/Burbujas-de-colores_Abstract-Wallpapers.jpg) ;
background-size: cover;
background-repeat: no-repeat;
width: 100%;
padding: 20px;
}
.btn:hover{
background-color: #133e11;
color: #6294a6;
font-family: Arial, Helvetica, sans-serif;
}
.btn{
width: 138px;
height: 30px;
border-radius: 5px;
background-color: #575a57;
color: white;
font-size: 15px;
}
.footer{
background-color: #9fa7aa;
height: 100px;
margin: 0px;
padding: 1px;
width: 100%;;
}