-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles2.css
More file actions
87 lines (77 loc) · 1.54 KB
/
styles2.css
File metadata and controls
87 lines (77 loc) · 1.54 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
*{
box-sizing : border-box;
}
body{
width : 80%;
margin : auto;
border: 1px solid #000;
background-color:rgb(252, 248, 248);
}
.header{
text-align: center;
padding : 15px;
background-image: url("livingroom.jpg");
opacity: 0.5;
/*background-color: rgb(241, 198, 117);*/
}
h1{
font-family: fantasy;
font-weight: bold;
}
h3{
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-weight: bold;
}
.navigator{
font-weight: bold;
padding-top: 10px;
margin: auto;
text-align: center;
/*background-color:rgb(231, 229, 229);*/
letter-spacing: 1px;
word-spacing: 10px;
width: 100%;
height: 35px;
border: 1px dashed #000;
font-family: Arial, Helvetica, sans-serif;
background-color:rgb(238, 237, 237);
}
.navigator a{
color: rgb(206, 159, 58);
}
.navigator a:hover {
color: rgb(240, 102, 11);
}
.content1{
padding : 0px;
text-align: justify;
padding-right: 10px;
padding-left: 10px;
}
h2{
padding-left: 320px;
text-decoration: underline;
}
.image{
float:left;
width: 30%;
padding-right: 5px;
height : 200px;
border-radius: 25px;
}
.content2{
padding-top: 45px;
text-align: justify;
padding-right: 10px;
padding-left: 10px;
}
.content3{
padding-top: 85px;
padding-right: 10px;
padding-left: 10px;
padding-bottom: 20px;
text-align: justify;
}
a{
color: rgb(121, 120, 120);
}