Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
|
- <!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>Job portal</title>
-
- <link rel="stylesheet" href="./css/normalize.css">
- <link rel="stylesheet" href="./css/style.css">
- </head>
- <body>
-
- <div class="background"></div>
-
- <div class="foreground">
- <header>
- <h1>Work With Us</h1>
- <h4>Totally we have 11 job openings</h4>
- </header>
-
- <div class="tabs-holder">
- <section class="tab active">Employment</section>
- <section class="tab">Internship</section>
- </div>
- </div>
-
-
- </body>
- </html>
|