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
7 changes: 0 additions & 7 deletions .babelrc

This file was deleted.

1 change: 0 additions & 1 deletion .prettierignore

This file was deleted.

22 changes: 20 additions & 2 deletions css/index.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
.test {
background-color: aliceblue;
.head {
background-color: white;
color: blue;
}

.section {
display: flex;
}

.body {
background-color: rgb(14, 177, 241);
}

.form {
font-size: 20px;
}

.submit,
.reset {
font-size: 20px;
}
27 changes: 25 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,31 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="css/index.css">
</head>
<body>

<body class="body">
<section class="section">
<div class="img">

<img src="wku.png" alt="wolkite university">
</div>
<div class="form">
<div class="head">
<h1>COLLEGUE OF COMPUTING AND INFORMATICS <BR>DIPARTMENT OF COMPUTER SCIENSE</BR></h1>
<H3>WELCOME TO COMPUTER SCIENCE</H3></div>
<div class="form">
<h4>FILL THE FOLLOWING FORM </h4>
enter your name: <input type="text"> <BR>enter your last name: <input type="text"><br>
enter your id: <input type="text"><br>
select your gender: male<input type="radio" name="sex"> female<input type="radio" name="sex"> <br>
<H4>select your preference subject: </H4> <br> javaprograming<input type="checkbox"> <br>
webdevelopment<input type="checkbox"><br>
mobilecomputing <input type="checkbox"> <br>
<input type="submit" class="submit">
<input type="reset" class="reset">
</div>
</p>
</div>
</section>
</body>
</html>
Binary file added wku.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.