-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtob.css
More file actions
96 lines (83 loc) · 1.71 KB
/
tob.css
File metadata and controls
96 lines (83 loc) · 1.71 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
.html {
margin: 0px;
border: 0px;
padding: 0px;
}
.body {
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: 0px;
border: 0px;
padding: 0px;
overflow: hidden;
}
.quadrants {
margin: 0px;
padding: 0px;
width: 100vh;
height: 98vh;
}
.about-me {
background-color: rgba(0, 0, 0, 0.5);
background-blend-mode: color;
background-image: url("images/cat.jpg");
background-size: cover;
min-width: 50%;
min-height: 100%;
position: absolute;
display: block;
left:0;
top:0;
background-position: center;
}
.about-me button{
position: relative;
height: 100vh;
width: 100%;
background-color: rgba(0, 0, 0, 0);
text-align: center;
font-family: Tahoma;
font-weight: 1000;
font-size: 50px;
text-align: center;
color: aliceblue;
}
.my-hobbies {
background-color: rgba(0, 0, 0, 0.5);
background-blend-mode: color;
background-image: url("images/penguin.jpg");
background-size: cover;
min-width: 50%;
min-height: 100%;
position: absolute;
display: block;
top: 0;
right:0;
background-position: center;
}
.my-hobbies button{
position: relative;
height: 100vh;
width: 100%;
background-color: rgba(0, 0, 0, 0);
text-align: center;
font-family: Tahoma;
font-weight: 1000;
font-size: 50px;
text-align: center;
color: aliceblue;
}
button:hover {
background-color: rgba(199, 31, 31, 0.5);
}
.test {
background-color: rgb(211, 77, 54);
width: 100%;
height: 10%;
display: block;
left:0;
top:0;
margin-top: 700px;
}