-
Notifications
You must be signed in to change notification settings - Fork 0
/
stylez.css
50 lines (46 loc) · 853 Bytes
/
stylez.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
.spacer{
width: 100%;
height: 100px;
background-color: deeppink;
}
.dozentcarousselitem {
width: 100%;
background-color: azure;
}
.dozentcarousselimgcont {
width: 30%;
min-height: 8em;
background-color: bisque;
float: left;
}
.dozentcarousselimgcont img {
width: 100%;
min-height: 8em;
}
.dozentcarousseltextcont {
width: 70%;
background-color: blueviolet;
float: left;
padding-top: 2em;
}
.dozentcarousseltextcont div{
background-color: chartreuse;
}
.dozentcarousseltextcont div span{
/* background-color: darkgreen;*/
}
.dozentcarousseltextcont div.spacer{
height: 2em;
}
.clearfix{
clear: both;
}
@media (max-width: 710px){
.dozentcarousseltextcont {
padding-top: 0.4em;
}
}
@media (max-width: 620px){
.dozentcarousseltextcont div.spacer{
height: 0em;
}