-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
109 lines (89 loc) · 1.31 KB
/
style.css
File metadata and controls
109 lines (89 loc) · 1.31 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
* {
box-sizing: border-box;
}
html, body {
margin: 0px;
padding: 0px;
background-color: #4a4c4f;
cursor: default;
background-image: url("img/sample-pattern.png");
background-repeat: repeat;
font-family: "Merriweather Sans", sans-serif;
color: #1e2f4c;
text-align: left;
}
h1, .footer {
text-align: center;
}
p , .ol1, .div2 {
font-size: 12px;
text-align: left;
}
h1 {
font-size: 36px;
}
h3 ,.footer {
font-size: 16px;
}
.section {
border-radius:15px;
background-color: rgba(93, 132, 198,0.7);
width : 80%;
margin : 60px auto 60px auto;
padding: 25px 5%;
}
.divList {
/* border: 1px solid black;
border-radius:15px;
*/
text-align: center;
background-color: rgb(220, 227, 242);
padding: 10px 25px;
margin: 20px;
border-radius:30px;
}
.div2 {
text-align: left;
width: 100%;
display: block;
}
.div21{
width: 40%;
display: inline-block;
margin: 10;
}
.divImgLarge {
width:80%;
}
.divCenter {
text-align: center;
}
hr {
border-color: darkGray;
font-weight: bold;
}
a {
text-decoration: none;
}
a:hover {
color: green;
}
.imgSosmed {
width: 50px;
height: 50px;
}
.imgCircle {
border-radius: 50%;
}
#imgLogo {
width: 200px;
height: 200px;
text-align: center;
}
.footer {
width: 100%;
position: absolute;
background-color: #5d84c6;
padding: 15px 0px 15px 0px;
font-weight: bold;
}