diff --git a/image/Screenshot 2024-03-04 151331.png b/image/Screenshot 2024-03-04 151331.png new file mode 100644 index 0000000..34d9031 Binary files /dev/null and b/image/Screenshot 2024-03-04 151331.png differ diff --git a/image/background.png b/image/background.png new file mode 100644 index 0000000..27cc383 Binary files /dev/null and b/image/background.png differ diff --git a/image/boolean-img.png b/image/boolean-img.png new file mode 100644 index 0000000..37a7525 Binary files /dev/null and b/image/boolean-img.png differ diff --git a/image/boolean.png b/image/boolean.png new file mode 100644 index 0000000..9684de0 Binary files /dev/null and b/image/boolean.png differ diff --git a/image/content.png b/image/content.png new file mode 100644 index 0000000..05f71a4 Binary files /dev/null and b/image/content.png differ diff --git a/images/bg.jpg b/images/bg.jpg new file mode 100644 index 0000000..5642c7a Binary files /dev/null and b/images/bg.jpg differ diff --git a/index.html b/index.html index 504dc31..82fdf6b 100644 --- a/index.html +++ b/index.html @@ -4,10 +4,36 @@ - - + - +
+ +
+

Join Boolean

+

The online tech
academy that will
kickstart your career

+

Learn everything you need to become a tech
professional with live online classes and only pay
tuition once you're hired.

+

Apply now

+
+ +
+
+
\ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..bcce158 --- /dev/null +++ b/style.css @@ -0,0 +1,67 @@ +*{ + margin: 0; + padding: 0; + font-family: sans-serif; +} +body{ + height: 100%; + width: 100vh; + background: url("image/boolean-img.png") no-repeat; + background-size: cover; + background-position: center; +} +header nav{ + position: fixed; + left: 0; + top: 0; + width: 100%; + background: #022235; +} +nav .navbar{ + width: 95%; + background: #3ecf6a; + display: flex; + align-items: center; + justify-content: space-between; + margin: 20px auto 20px auto; +} +.navbar .menu{ + display: flex; +} +.navbar .menu li{ + list-style: none; + margin: 0 10px; +} +.menu li a:hover{ + color: #000; +} +.navbar .button{ + position: relative; + height: 25px; + width: 95px; +} +.button{ + position: absolute; + left: 0; + top: 0; + height: 100%; + width: 100%; + outline: none; + border: 2px solid #0a7cda; + border-radius: 15px; + padding: 0 10px +} +.content{ + position: absolute; + top: 43%; + left: 12%; + line-height: 35px; + margin-bottom: 30px; +} +.image{ + position: absolute; + top: -40%; + left: 215%; + height: 100%; + width: 30vh; +} \ No newline at end of file