-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
57 lines (53 loc) · 842 Bytes
/
styles.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
body{
background-image: url(assets/topography.png);
font-family: Arial, Helvetica, sans-serif;
}
.baseText{
font-family: 'Courier New', Courier, monospace;
}
/*header*/
#header {
background-color: #333333;
width: 100%;
height: 50px;
display: flex;
justify-content: space-between;
}
img{
margin: 0% 10%;
}
#links{
margin-right: 20px;
display: flex;
justify-content: flex-end;
align-items: center;
}
a{
margin: 0 3.5%;
color: #ff0099;
}
/*Szöveges tartalom*/
#content{
padding: 50px 10%;
}
/*Szamélyes infók*/
#job h1{
font-size: 50px;
}
h2{
color:#ff0099;
}
/*tech leírások*/
#techTitle{
display: flex;
flex-direction: column;
align-items: center;
}
dt{
font-size: 22px;
font-weight: bold;
padding-top: 10px;
}
dd{
font-size: 16px;
}