Hlavička s úvodem
parent
47beb84fca
commit
126dd7dcb4
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="56.693" height="56.693" viewBox="0 0 15 15" xmlns:v="https://vecta.io/nano"><g transform="matrix(.762158 0 0 .762158 211.63899 290.604286)" stroke="#ff4e6c" fill="none"><circle r="9.339" cy="-371.451" cx="-267.843" stroke-width="1.003" stroke-linejoin="bevel"/><path d="M-262.528-373.057l-5.244 5.244-5.244-5.244"/></g></svg>
|
After Width: | Height: | Size: 373 B |
@ -0,0 +1,29 @@
|
||||
* { box-sizing: border-box }
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
line-height: 1.5;
|
||||
background-color: #edfbff;
|
||||
color: #324c9c;
|
||||
}
|
||||
|
||||
header {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
min-height: 100vh;
|
||||
padding: 1rem;
|
||||
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
header p {
|
||||
max-width: 65rem;
|
||||
text-align: justify;
|
||||
}
|
||||
header .arrow {
|
||||
height: 2em;
|
||||
margin-top: 3em;
|
||||
}
|
||||
|
Reference in New Issue