diff --git a/.babelrc b/.babelrc deleted file mode 100644 index 563d52b..0000000 --- a/.babelrc +++ /dev/null @@ -1,7 +0,0 @@ -{ - "env": { - "test": { - "plugins": ["@babel/plugin-transform-modules-commonjs"] - } - } -} \ No newline at end of file diff --git a/.prettierignore b/.prettierignore deleted file mode 100644 index 49b037e..0000000 --- a/.prettierignore +++ /dev/null @@ -1 +0,0 @@ -JS/ \ No newline at end of file diff --git a/css/index.css b/css/index.css index 4907558..e4c0f4f 100644 --- a/css/index.css +++ b/css/index.css @@ -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; } diff --git a/index.html b/index.html index d01f779..4ab1aad 100644 --- a/index.html +++ b/index.html @@ -4,8 +4,31 @@ Document + - - + +
+
+ + wolkite university +
+
+
+

COLLEGUE OF COMPUTING AND INFORMATICS
DIPARTMENT OF COMPUTER SCIENSE

+

WELCOME TO COMPUTER SCIENCE

+
+

FILL THE FOLLOWING FORM

+ enter your name:
enter your last name:
+ enter your id:
+ select your gender: male female
+

select your preference subject:


javaprograming
+ webdevelopment
+ mobilecomputing
+ + +
+

+
+
\ No newline at end of file diff --git a/wku.png b/wku.png new file mode 100644 index 0000000..758c66c Binary files /dev/null and b/wku.png differ