-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaboutmecss.css
More file actions
88 lines (85 loc) · 1.85 KB
/
aboutmecss.css
File metadata and controls
88 lines (85 loc) · 1.85 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
body,html{
background-attachment: fixed;
margin: 0;
padding-top: 24px;
font-family: 'Open Sans', sans-serif;
background-color: aqua;
}
body {
position:absolute;
z-index:1;
width:100%;
height:100%;
/* background-image: url(https://images.unsplash.com/photo-1585904529540-db52ff70f4c6?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1953&q=80); */
background-size: cover;
background-repeat: no-repeat;
}
a{
text-decoration: none;
}
.countrya li:hover ul {
height: 200px;
opacity: 1;
transform: translateY(0);
}
form{
font-size: x-large;
}
select{
font-size: large;
}
.finali {
/* The image used */
background-image: url(https://i.postimg.cc/sg4mtb8s/abtohoja.jpg);
/* Add the blur effect */
/* filter: blur(1px); */
/* -web/kit-filter: blur(2px); */
-webkit-filter: brightness(1.2);
/* Full height */
height: 100%;
/* Center and scale the image nicely */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
nav{
background-color:#333;
list-style: none;
overflow: hidden;
position: fixed;
display: block;
top: 0;
margin: 0;
padding: 0;
float: left ;
width: 100%;
}
h1{
display: inline;
}
form{
text-align: center;
margin: auto;
}
#kk{
z-index: 9999;
}
#kk a {
float: left ;
border: 0px;
display: block;
color: white;
text-align: center;
padding: 20px;
text-decoration: none;
}
#kk a:hover {
text-shadow: 2px 2px 4px #000000;
box-shadow: 2px 2px 4px #000000;
background-color: #4CAF50;
color: white;
}
.active{
background-color: rgb(209, 152, 83);
float: right;
}