-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrelative.css
58 lines (51 loc) · 1.06 KB
/
relative.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
@media only screen and (max-width: 768px) {
/*
.sample_text, .sample_text-one, .none-text {
display: none;
}
*/
.none_text {
display: inline;
}
footer {
position: absolute;
left: 0;
bottom: auto;
width: 100%;
background-color: rgb(25, 187, 173);
color: white;
}
iframe {
position: relative;
height: 200px;
width: 350px;
margin-left: -2px;
top: 45%;
z-index: 10;
}
pre {
margin-left: -8;
font-size: 10px;
border: 2px solid grey;
max-width: 180%;
width: 318px;
border-left: 12px solid rgb(25, 187, 173);
border-radius: 5px;
padding: 14px;
text-align: left;
background-color: black;
color: white;
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console",
"Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono",
"Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
word-wrap:break-word;
}
.ikon_right {
position: relative;
right: 20px;
}
.themes_img {
width: 250px;
height: 120px;
}
}