forked from gramasilviu10/Grama-Silviu-Photography
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstilizareAcasa.css
114 lines (100 loc) · 1.97 KB
/
stilizareAcasa.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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
body {
margin: 0;
padding: 0;
font-family: Verdana;
}
.title {
display: inline;
animation: silviu 0.5s infinite alternate;
}
.menu {
display: flex;
font-size: 16px;
padding: 20px;
}
.menu a {
text-decoration: none;
color: white;
}
.menu span {
margin-right: 60px;
}
.menu span a:hover, .menu a:hover {
cursor: pointer;
color: orange;
border-bottom: 1px solid orange;
}
.header {
background-color: #000000;
color:white;
padding: 30px;
display: flex;
justify-content: space-between;
position: fixed;
width: 100%;
height: 80px;
z-index: 1;
}
.binevenit {
position: relative;
background-color:orange;
top: 160px;
margin: 0 40px 0px 40px;
padding: 10px 20px;
text-align: center;
font-size: 35px;
}
.content {
position: relative;
background-color:orange;
top: 160px;
margin: 0 40px 180px 40px;
padding: 10px 20px;
text-align: justify;
font-size: 25px;
}
.video {
position: relative;
background-color:orange;
top: 0px;
margin: 0 40px 0px 40px;
padding: 10px 20px;
text-align: center;
}
.footer {
position: relative;
display: flex;
justify-content: center;
background-color: grey;
width: 100%;
flex-direction: column;
padding: 20px 0 20px 0;
bottom: 0;
background-image: linear-gradient(black, white);
}
.footer-text {
text-align: center;
color: white;
}
.footer-imgs {
display: flex;
justify-content: center;
margin-top: 20px;
}
.footer-imgs div {
width: 20px;
height: 20px;
margin: 10px 20px;
}
.footer-imgs div img:hover {
box-shadow: 0 0 30px purple;
}
.footer-imgs div img {
width: 100%;
height: 100%;
margin: auto;
border-radius: 5px;
}
.fa-envelope {
margin: 7px 0 0 7px;
}