forked from truecodersio/JavaScript_OOP
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
50 lines (42 loc) · 935 Bytes
/
style.css
File metadata and controls
50 lines (42 loc) · 935 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
body {
color: darksalmon;
background-color: greenyellow;
font-family: Brisk 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
font-size: 90%;
margin: 30px;
padding-top: 10px;
padding-bottom: 30px;
padding-left: 250px;
padding-right: 250px;
text-align: center;
}
h1 {
background-color: DarkCyan;
}
div {
height: 300px;
width: 700px;
background-color: hotpink;
padding: 10px;
}
h2 {
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
color: black;
font-size: 10px;
}
.giphy-embed {
border-width: 25px;
border-style: 3px dotted #bbbbaa;
margin-bottom: 300px;
padding: 30px, 30px, 300px, 30px;
position: fixed;
display: center;
width: 300px;
height: 300px;
text-align: center;
float: center;
clear: left;
}
.align-center{
display: center;
}