-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththerobotica.css
72 lines (62 loc) · 1.3 KB
/
therobotica.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
h1{
text-align: center;
font-size: 50px;
font-style: oblique;
width: 600px;
margin-left: 380px;
padding-top: 1px;
margin-top: 3px;
border: 1px solid black;
background-color: rgb(105, 136, 172);
}
body{
background-size:cover;
font-size: 19px;
text-align: center;
background-repeat: no-repeat;
background-image: url(robotica3.jpg);
}
#habit{
border: 3px solid rgb(2, 32, 129);
font-size: 23px;
text-align: center;
float: left;
width: 450px;
height: 280px;
padding-top: 60px;
padding-left: 15px;
padding-right: 15px;
margin-left: 50px;
margin-top: 50px;
}
#habita{
border: 3px solid rgb(2, 32, 129);
font-size: 23px;
text-align: center;
float: right;
width: 450px;
height: 280px;
padding-top: 60px;
padding-left: 15px;
padding-right: 15px;
margin-right: 50px;
margin-top: 50px;
}
#pizza{
border: 3px solid rgb(2, 32, 129);
font-size: 23px;
text-align: center;
float: inline-end;
margin-top: 50px;
margin-bottom: 50px;
padding-top: 40px;
padding-bottom: 40px;
}
footer{
margin-top: 450px;
text-align:left;
}
#foot{
margin-bottom: 20px;
text-align: right;
}