diff --git a/css/styles_v1.css b/css/styles_v1.css new file mode 100644 index 0000000..8e5f304 --- /dev/null +++ b/css/styles_v1.css @@ -0,0 +1,40 @@ +* { + box-sizing: border-box; + padding: 0; + margin: 0; +} + +.red { + color: #e63946; +} + +body { + background-color: #FFF7E1; + display: flex; + justify-content: center; + align-items: center; + flex-direction: column; + min-height: 100vh; + font-family: 'Source Code Pro', monospace; +} +.ccontent{ + display: flex; + justify-content: center; + align-items: center; + flex-direction: column; + gap: 5rem; +} +.img_1 { + height: 2.5rem; +} +.img_2 { + height: 25rem; +} +/* .udalost:hover { + text-decoration: line-through; +} */ +.udalost { + color: #161340; + font-weight: bold; + font-size: 1.5rem; +}