nedele 27 srpen

This commit is contained in:
Hiromi
2023-08-27 08:51:29 +02:00
parent d22c50b47b
commit 86eb878950
2 changed files with 41 additions and 37 deletions

View File

@@ -1,40 +1,43 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>Ahoj Matousi</title> <meta charset="utf-8">
<meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<style> <title>Kate's Linux Odyssey: A Journey Through Technology</title>
body { <meta name="viewport" content="width=device-width,
font-family: Arial, sans-serif; initial-scale=1!">
text-align: center; <link rel="stylesheet" href="https://cdnjs.
margin-top: 150px; cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
} <link rel="stylesheet" href="style.css">
h1 { </head>
font-size: 36px; </body>
color: #333;
}
p { <header>
font-size: 18px; <nav class="navbar">
color: #666; <div class="container">
margin-top: 20px; <a href="index.html" class="navbar-brand">Kate's Linux Odyssey</a>
} <div class="navbar-nav">
.button { <a href="#">home</a>
display: inline-block; <a href="#">content</a>
padding: 10px 20px; <a href="#">blog</a>
background-color: #4CAF50; <a href="#">about me</a>
color: #fff; </div>
text-decoration: none; </div>
border-radius: 4px; </nav>
font-size: 16px; <div class = "banner">
margin-top: 30px; <div class = "container">
} <h1 class="banner-title">
</style> <span>My.</span> Blog
</head> </h1>
<body> <p> Big journey of a little girl through life and technology</p>
<h1>Mám ráda sex</h1> <form>
<p>Ahoj miláčku.</p> <input type= "text" class="search-input" placeholder="Search . . .">
<p>Jsi skvelý v posteli.</p> <button type ="submit" class = "search-btn">
<p>Záleží mi na tobě</p> <i class = "fas fa-search"></i>
<p>Jsem navždy tvá.</p> </button>
</form>
</div>
</header>
</body> </body>
</html> </html>

1
katebartova/style.css Normal file
View File

@@ -0,0 +1 @@
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;700;800;900&family=Quicksand:wght@300;400;500;600;700&display=swap');