Skip to content

Commit

Permalink
Design
Browse files Browse the repository at this point in the history
  • Loading branch information
LiliwoL committed Jul 23, 2024
1 parent 93aee9f commit 36d3fd8
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
36 changes: 36 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
body{
background-color: #050038;
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 0;
}

pre {
font-size: 1.2em;
color: #3F53D9;
padding: 20px;
margin: 20px;
}

#subnetForm {
margin: 20px;
padding: 20px;
background-color: #3F53D9;
border-radius: 10px;

position: absolute;
top: 20%;
left: 50%;
}

#result{
margin: 20px;
padding: 20px;
background-color: #3F53D9;
border-radius: 10px;

position: absolute;
top: 50%;
left: 50%;
}
9 changes: 8 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,14 @@


<body>
<h1>Conversion d'adresse IP et calcul de sous-réseaux</h1>
<pre>
███████╗██╗ ██╗██████╗ ███╗ ██╗███████╗████████╗ ██╗██████╗ ██████╗ █████╗ ██╗ ██████╗██╗ ██╗██╗ █████╗ ████████╗ ██████╗ ██████╗
██╔════╝██║ ██║██╔══██╗████╗ ██║██╔════╝╚══██╔══╝ ██║██╔══██╗ ██╔════╝██╔══██╗██║ ██╔════╝██║ ██║██║ ██╔══██╗╚══██╔══╝██╔═══██╗██╔══██╗
███████╗██║ ██║██████╔╝██╔██╗ ██║█████╗ ██║ ██║██████╔╝ ██║ ███████║██║ ██║ ██║ ██║██║ ███████║ ██║ ██║ ██║██████╔╝
╚════██║██║ ██║██╔══██╗██║╚██╗██║██╔══╝ ██║ ██║██╔═══╝ ██║ ██╔══██║██║ ██║ ██║ ██║██║ ██╔══██║ ██║ ██║ ██║██╔══██╗
███████║╚██████╔╝██████╔╝██║ ╚████║███████╗ ██║ ██║██║ ╚██████╗██║ ██║███████╗╚██████╗╚██████╔╝███████╗██║ ██║ ██║ ╚██████╔╝██║ ██║
╚══════╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═══╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═════╝╚═╝ ╚═╝╚══════╝ ╚═════╝ ╚═════╝ ╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝
</pre>

<form id="subnetForm">
<label for="ipAddress">Adresse IP :</label>
Expand Down

0 comments on commit 36d3fd8

Please sign in to comment.