-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclase13style.css
More file actions
59 lines (50 loc) · 942 Bytes
/
clase13style.css
File metadata and controls
59 lines (50 loc) · 942 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
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
body {
background-color: rgb(83, 83, 119);
}
.container{
width: 100%;
height: 100%;
margin: auto;
}
.menu li{
display: inline;
float:right;
padding: 10px;
}
.menu{
background-color: deepskyblue;
width: 100%;
float:right;
}
header {
background-color: rgb(207, 207, 252);
}
h1{
font-size: 45px;
letter-spacing: 5px;
word-spacing: 8px;
}
article {
background-color: rgb(178, 212, 241);
}
footer {
background: rgb(2,0,36);
background: linear-gradient(342deg, rgba(2,0,36,1) 0%, rgba(121,9,94,1) 35%, rgba(0,212,255,1) 100%);
}
.c1{
border: solid, 3px, blue;
padding: 10px;
overflow: scroll;
width: 30%;
height: 400px;
background-color: rgba(200, 168, 230, 0.719);
display: inline-block;
margin:5px;
}
.col{
width: 30%;
display:inline;
}
.row{
text-align: center;
}