From 1899dfaef4333bc961bf9a3d98fd166ef3c67870 Mon Sep 17 00:00:00 2001 From: rodert <152218269+PenguinRobert1@users.noreply.github.com> Date: Wed, 29 May 2024 14:52:06 +0000 Subject: [PATCH] 1 --- home.css | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++++ index2.html | 6 +++--- 2 files changed, 57 insertions(+), 3 deletions(-) create mode 100644 home.css diff --git a/home.css b/home.css new file mode 100644 index 00000000..4c0250fd --- /dev/null +++ b/home.css @@ -0,0 +1,54 @@ +body { + background: lightblue; + } + p { + color: cadetblue; + } + h1 { + font-weight: bold; + } + h2 { + font-weight: bold; + } + a { + color: hotpink; + } + a:link, a:visited { + background-color: blue; + color: white; + padding: 14px 25px; + text-align: center; + text-decoration: none; + display: inline-block; + } + + a:hover, a:active { + background-color: rgb(106, 255, 89); + } + il{ +color: #17dd09; + + } + .notaddingsoon{ + color: #ff3d3d; + } + + input{ + background-color:rgb(29, 47, 206); + color: #ffffff ; + padding: 14px 25px; + text-align: center; + text-decoration: none; + display: inline-block; + } + input:hover input:active{ + background-color: rgb(29, 47, 206); + } + input:link, input:visited { + background-color: rgb(29, 47, 206); + color: white; + padding: 14px 25px; + text-align: center; + text-decoration: none; + display: inline-block; + } \ No newline at end of file diff --git a/index2.html b/index2.html index 9a0ac332..e9e30ac1 100644 --- a/index2.html +++ b/index2.html @@ -1,5 +1,5 @@ - +