-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnew.css
89 lines (77 loc) · 1.42 KB
/
new.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
html, body {
/* height: 100vh;
max-height: 100vh;
max-width: 100vh; */
/* overflow: hidden; */
}
/* .container2 a {
max-height: 100vh;
max-width: 100vh;
} */
.container2 img {
max-height: 100vh;
max-width: 100vh;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
.blockButton {
/* display: block; */
width: 100%;
height: 100%;
/* border: none; */
/* background-color: #04AA6D; */
/* padding: 14px 28px; */
/* font-size: 16px;
cursor: pointer;
text-align: center; */
opacity: 0.5;
}
.blockButton:hover {
background-color: #4CAF50; /* Green */
color: white;
}
/* failed code */
/* .hover_group:hover {
opacity: 1;
}
#projectsvg {
position: relative;
width: 100%;
padding-bottom: 77%;
vertical-align: middle;
margin: 0;
overflow: hidden;
background: lightgreen;
}
#projectsvg svg {
display: inline-block;
position: absolute;
top: 0;
left: 0;
} */
/* body, html {
height: 100%;
} */
/* .bg {
background-image: url("assets/verascopeSquare.png");
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
} */
/* .is-horizontal-center {
justify-content: center;
} */
/* .img_wrap {
height: 100%;
text-align: center;
}
.img_wrap img {
width: auto;
height: auto;
max-height: 100%;
} */