-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
63 lines (62 loc) · 1.18 KB
/
Copy pathstyle.css
File metadata and controls
63 lines (62 loc) · 1.18 KB
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
.inicio{
width: 100%;
margin-left: 34%;
}
h1{
display: inline;
font-family: arial;
}
.titulo1{
font-size: 50px;
color:rgb(74, 151, 22);
width: 10%;
height: 40px;
background-color: rgb(255, 255, 255);
}
.titulo2{
font-size: 50px;
color: white;
width: 30px;
height: 20px;
background-color: rgb(74, 151, 22);
margin-left: 2px;
}
.caja {
font-family: arial;
width: 50%;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 15px;
margin-left: 20%;
color: #ffffff;
font-size: 25px;
background: #4a4b4d;
border-radius: 30px 30px 0px 0px;
}
.dentrocaja{
width: 50%;
background-color: #d2d6c3af;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 15px;
margin-left: 20%;
height: 50%;
}
.papa{
border: 1px solid black;
width: 50%;
font-size: 30px;
border-radius: 10px 10px 10px 10px;
background-color: white;
padding-left: 15px;
}
.responde{
border: 1px solid black;
width: 50%;
font-size: 30px;
border-radius: 10px 10px 10px 10px;
background-color: rgba(96, 204, 74, 0.76);
padding-right: 15px;
margin-left: 20%;
text-align: right;
}