Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update index.html #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
33 changes: 13 additions & 20 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,32 +13,25 @@
<style type="text/css">
body {
background-color: gray;
overflow: hidden;
background-size: contain;
}
section {

background-color: lightgray;
width:110%;





}
/* .CSE {
width: auto;
margin-left: 5%;
}
.ISE {
width: auto;
margin-left: 14%
}*/
}
section div {
margin-top: 10%;


}
div ul li {
padding: 25px 25px 25px 25px;
padding: 15px 15px 15px 15px;
padding-left: 0;
width: 100%;
margin-left: -10%;
background-color: #e3e3e3;
margin-top: 4px;
font-size: 1em;
Expand All @@ -55,13 +48,13 @@
</style>
<body>
<h1 style="font-size: 2em">Git Workshop Attendees</h1>
<section class="w3-card w3-padding-small">
<section class="w3-card w3-padding-small ">

<div class=" w3-padding-small w3-center" style="width: 100%">
<!-- ALL CSE STUDENTS SHOULD CHANGE ONLY THEIR EMAILS TO THEIR NAME BELOW-->
<div class=" CSE" style="width: 100%">
<center><u><h3>CSE</h3></u></center>
<ul style="width: 100%">
<ul style="list-style: none;">
<li>[email protected]</li>
<li>[email protected]</li>
<li>[email protected]</li>
Expand Down Expand Up @@ -92,7 +85,7 @@ <h1 style="font-size: 2em">Git Workshop Attendees</h1>
<li>[email protected]</li>
<li>[email protected]</li>
<li>[email protected]</li>
<li>[email protected]</li>
<li style="font-size: 0.9em">[email protected]</li>
<li>[email protected]</li>
<li>[email protected]</li>
<li>[email protected]</li>
Expand All @@ -107,14 +100,14 @@ <h1 style="font-size: 2em">Git Workshop Attendees</h1>

<!-- ALL ISE STUDENTS SHOULD CHANGE JUST THEIR EMAILS TO THEIR NAME BELOW -->

<div class="ISE">
<div class="ISE" >
<center><u><h3>ISE</h3></u></center>
<ul>
<ul style="list-style: none;">
<li>[email protected]</li>
<li>[email protected]</li>
<li>[email protected]</li>
<li>[email protected]</li>
<li>[email protected]</li>
<li style="font-size: 0.9em">[email protected]</li>
<li>[email protected]</li>
<li>[email protected]</li>
<li>[email protected]</li>
Expand Down