-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
66 lines (57 loc) · 1.14 KB
/
main.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
body {
/* background-image: url("https://assetcdn.500px.org/assets/static_pages/home/cover_bg-121d68d0f30118182be4f9ada6c2c502.jpg"); */
/* position: absolute; */
min-width: 500px;
min-height: 600px;
width: 99%;
height: 100%;
background-position: 50% 75%;
background-size: cover;
/* padding-bottom: 50px; */
text-align: center;
/* align-items: flex-end; */
color: white;
font-family: Arial, Helvetica, sans-serif;
justify-content: center;
/* font-weight: normal; */
/* position: fixed; */
background: #faf8ef;
}
#canvas {
display: flex;
margin: auto;
margin-top: 1%;
border-radius: 1%;
}
.hid-images {
visibility: hidden;
}
#test {
color: black;
}
.github-logo-a {
}
.github-logo-img {
width: 75px;
margin-right: 25px;
}
.github-logo-img:hover {
transform: rotate(360deg);
transition: all 1s ease;
}
.ln-logo-img {
width: 75px;
margin-left: 25px;
}
.ln-logo-img:hover {
transform: rotate(360deg);
transition: all 1s ease;
}
#title {
color: black;
font-size: 48px;
}
.abt-container {
bottom: 0%;
margin-top: -50px;
}