View difference between Paste ID: C6BaNSdj and y2FGhQYY
SHOW: | | - or go back to the newest paste.
1
@font-face {
2
    
3
font-family: 'Audiowide-Regular';    
4
src: url(../fonts/Audiowide-Regular.otf);    
5
}
6
7
body {
8
line-height: 17px;
9
background-image: url(../images/backgrounds/poly.jpg);
10
background-size: 100%;    
11
width: 100%;
12
height: 100%;
13
min-width: 950px;  
14
    
15
    
16
}
17
18
19
.top_bar {
20
    
21
width: 100%;    
22
height: 40px;
23
background-color: #27ae60;
24
border-bottom: 5px solid #2ecc71;
25
min-width: 1050px;
26
margin: 0 0 10px 0;
27
display: inline-flex;
28
position: fixed;
29
z-index: 10;
30
}
31
32
.logo a{
33
font-family: 'Audiowide-Regular', sans-serif;
34
margin-left: 10px;
35
font-size: 150%;
36
position: relative;
37
top: 9px;
38
color: springgreen;
39
}
40
41
42
a:hover {
43
text-decoration: none;   
44
}
45
46
nav {
47
    
48
float: right;
49
right: 1px;
50
position: absolute;
51
margin: 10px;    
52
}
53
54
55
56
nav a{
57
    
58
 position: relative;
59
color: #fff;
60
text-decoration: none;
61
font-size: 17px;
62
}
63
64
nav a:hover {   
65
color: limegreen;    
66
}
67
68
69
70
.wrapper {
71
    
72
margin: 0 auto;   
73
top: 50px;
74
position: relative;
75
padding: 0 10px;
76
width: 75%;
77
min-width: 950px;
78
79
}
80
81
82
.column {
83
background-color: #27ae60;
84
padding: 10px;
85
border: 1px solid black; 
86
border-radius: 10px;
87
box-shadow: 2px 2px 1px darkgrey;
88
z-index: -1;
89
}
90
91
.user_details {
92
width: 250px;
93
float: left;
94
margin-bottom: 20px;    
95
}
96
97
.user_details_left_right {
98
width: 125px;
99
display: inline-block;
100
position: absolute;    
101
}
102
103
.user_details img {
104
height: 125px;
105
border-radius: 5px;
106
margin-right: 5px;
107
    
108
}