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
53 changes: 53 additions & 0 deletions index .css
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
*{
padding: 0;
margin: 0;
box-sizing: border-box;
}

.container{
height: 100vh;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}

.card{
width: 20%;
display: flex;
flex-direction: column;

}

.card-one{
width: 100%;
}

.card-one img{
width: 100%;

}

.card-two{
width: 100%;
padding: 1rem;


box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.card-two h1{
font-size: 1.5rem;
}
.card-two h2{
font-size: 1.2rem;
margin-bottom: 1rem;
color:grey;
}

.card-two a{
text-decoration: none;
background-color: black;
color: white;
padding: 5px 10px;
}
20 changes: 11 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,24 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CodeJam - ZeroOne </title>
<link rel="stylesheet" href="index.css">
<title>codeJam-zeroOne</title>
<link rel="stylesheet" href="index .css">
</head>
<body>


<div class="container">
<div class="card">
<div class="card-one">
<img src="ZOCC_logo.png" alt="">
<img src="photo_2024-03-18_22-59-05.jpg" alt="">
</div>
<div class="card-two">
<h1>ZeroOne Code Club</h1>
<h2>Student Activity Center</h2>
<a href="#">Join</a>
<h1>zeroone code club</h1>
<h2>student activity centre</h2>

<a href="#">Join</a>
</div>
</div>
</div>
</head>
<body>

</body>
</html>
Binary file added photo_2024-03-18_22-59-05.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.