-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
45 lines (42 loc) · 918 Bytes
/
style.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
.jumbotron {
padding-top: 6rem;
background-color: #e2edff;
}
#Social-Media {
background-color: #e2edff;
}
section {
padding-top: 5rem;
}
#penaindigocom {
background:#fff;
width:99%;
margin:2px auto;
border:1px solid #2D96DF;
-webkit-box-shadow:4px 4px 8px 2px rgba(0,0,0, 0.2);
-moz-box-shadow:4px 4px 8px 2px rgba(0,0,0, 0.2);
box-shadow:4px 4px 8px 2px rgba(0,0,0, 0.2);
}
judule{
color:#FFF;
font-weight:bold;
margin:0 -5px;
padding:1px 0 2px 11px;
background: #3498DB;
border:1px solid #2D96DF;
border-radius:4px;-moz-border-radius:4px;
-webkit-border-radius:4px;box-shadow:3px 3px 1px #bbb;
-moz-box-shadow:3px 3px 1px #bbb;
-webkit-box-shadow:3px 3px 1px #bbb;
display:block;
}
ol{
font-weight:normal;
background:#fff;
margin-left: 35px;
}
ol li{
border-bottom: #ddd 1px dotted;
margin-right:5px;
padding:3px
}