Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Screenshot_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions cssBayan/img/3917759.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added cssBayan/img/43869.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
298 changes: 298 additions & 0 deletions cssBayan/img/activist.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
643 changes: 643 additions & 0 deletions cssBayan/img/codewars.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
348 changes: 348 additions & 0 deletions cssBayan/img/deadline.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
724 changes: 724 additions & 0 deletions cssBayan/img/shocked.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
498 changes: 498 additions & 0 deletions cssBayan/img/student1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
78 changes: 78 additions & 0 deletions cssBayan/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CSS Bayan</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class = "container" >
<main>
<h1>CSS Bayan</h1>

<section class = "section_1">
<hr>
<div class = "headerH2_1">
<h2 class = "headerH2color_1">You can't just copy and paste CSS</h2>
<img class = "openWind1" alt = "open" src = "./img/43869.png">
<img class = "closeWind1" alt = "close" src = "./img/3917759.svg">
</div>
<div class = "fotoClick_1">
<img class = "fotoUroda1" alt = "foto1" src = "./img/deadline.svg">
</div>
</section>

<section class = "section_2">
<hr>
<div class = "headerH2_2" >
<h2 class = "headerH2color_2">Keep calm and carry on</h2>
<img class = "openWind2" alt = "open" src = "./img/43869.png">
<img class = "closeWind2" alt = "close" src = "./img/3917759.svg">
</div>
<div class = "fotoClick_2">
<img class = "fotoUroda2" alt = "foto2" src = "./img/activist.svg">
</div>
</section>

<section class = "section_3">
<hr>
<div class = "headerH2_3" >
<h2 class = "headerH2color_3">Work-life balance</h2>
<img class = "openWind3" alt = "open" src = "./img/43869.png">
<img class = "closeWind3" alt = "close" src = "./img/3917759.svg">
</div>
<div class = "fotoClick_3">
<img class = "fotoUroda3" alt = "foto3" src = "./img/codewars.svg">
</div>
</section>

<section class = "section_4">
<hr>
<div class = "headerH2_4" >
<h2 class = "headerH2color_4">Dude, where is JS?</h2>
<img class = "openWind4" alt = "open" src = "./img/43869.png">
<img class = "closeWind4" alt = "close" src = "./img/3917759.svg">
</div>
<div class = "fotoClick_4">
<img class = "fotoUroda4" alt = "foto4" src = "./img/shocked.svg">
</div>
</section>

<section class = "section_5">
<hr>
<div class = "headerH2_5" >
<h2 class = "headerH2color_5">Relax and take it easy</h2>
<img class = "openWind5" alt = "open" src = "./img/43869.png">
<img class = "closeWind5" alt = "close" src = "./img/3917759.svg">
</div>
<div class = "fotoClick_5">
<img class = "fotoUroda5" alt = "foto5" src = "./img/student1.svg">
</div>
</section>

</main>
</div>
</body>
</html>
Loading