-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmysite.css
More file actions
63 lines (61 loc) · 1.87 KB
/
Copy pathmysite.css
File metadata and controls
63 lines (61 loc) · 1.87 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
body { margin-top: 20px; margin-left: 20px; background: rgb(124, 122, 122); }
body {
background-image: url("lightgreyb.jpg");
background-size: cover;
background-repeat: no-repeat;
}
td { color: #000000; font-family: Arial; font-weight: bold; font-size: 40px; margin: 0 0 32px;}
th { color: #000000; font-family: Arial; font-weight: bold; font-size: 70px; margin: 0 0 32px;}
h1 { color: #000000; font-family: 'Serif'; font-weight: bold; font-size: 80px; margin: 0 0 32px;}
h2 { color: #070707; font-family: Serif; font-weight: bold; font-size: 70px; margin: 0 0 8px;}
h3 { color: #000000; font-family: 'Serif'; font-weight: bold; font-size: 70px; margin: 0 0 8px;}
h4 { color: #000000; font-family: Serif; font-weight: bold; font-size: 40px; margin: 0 0 8px;}
li { color: #000000; font-family: 'Caveat', cursive; font-size: 40px; margin: 0 0 8px; }
p { font-family: 'Caveat', cursive; font-size: 55px; margin: 32px 40px 24px;}
a { font-family: 'Caveat'; color: rgb(7, 6, 6); font-size: 35px; text-transform: uppercase; text-align: center; text-decoration: none; }
.container {
display: flex;
flex-direction: row;
justify-content: center;
vertical-align: top;
text-align: center;
flex-wrap: wrap;
}
.vid {
width: 350px;
height: 500px;
margin: 10px;
}
.vid:hover {
background-color: rgb(203, 199, 199);
color: rgb(188, 183, 183);
cursor: pointer;
transform: scale(1.03);
transition: all 1s ease;
}
.keshi {
margin-top: 50%;
}
.food:hover {
cursor: pointer;
transform: scale(1.03);
transition: all 1s ease;
}
.doggos:hover {
cursor: pointer;
transform: scale(1.03);
transition: all 1s ease;
}
.mee:hover {
cursor: pointer;
transform: scale(1.03);
transition: all 1s ease;
}
/* .preloader-wrapper {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
} */