quote-box
This commit is contained in:
parent
29ce2ecb5d
commit
2a5300bc41
1 changed files with 7 additions and 1 deletions
|
@ -30,6 +30,12 @@ img {
|
|||
.quote {
|
||||
font-family: 'ninifont';
|
||||
}
|
||||
.box {
|
||||
border-radius: 1%;
|
||||
margin: 5%;
|
||||
padding: 1%;
|
||||
background-color: lightgray;
|
||||
}
|
||||
.main {grid-area: main;}
|
||||
.left {grid-area: left;}
|
||||
.right {grid-area: right;}
|
||||
|
@ -52,7 +58,7 @@ img {
|
|||
<div class='container'>
|
||||
<div class='main'>
|
||||
<h1>Tohle je přepadení</h1>
|
||||
<div id='quotes'>
|
||||
<div class='box'>
|
||||
<p class='text quote'>
|
||||
"Proč jsme takový vemena Matúši?"<br> - Kačka
|
||||
</p>
|
||||
|
|
Loading…
Reference in a new issue