css/img
This commit is contained in:
parent
509f6a26d3
commit
f1e7755849
1 changed files with 7 additions and 0 deletions
|
@ -9,6 +9,13 @@ color: rgb(160,160,160);
|
||||||
font-family: sans;
|
font-family: sans;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
border: 1px solid;
|
||||||
|
border-color: rgb(192,192,192);
|
||||||
|
border-radius: 1em;
|
||||||
|
height: 8em;
|
||||||
|
}
|
||||||
|
|
||||||
.tabs {
|
.tabs {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue