Friday 18 February 2022

Whit html and css card with Rgb

 


SOURCE CODE CLICK Here to Donwnload



Subscribe in Youtube

Follow on Facebook

Follow In Instagram:

CODE

body{
  background-color: #0e0e0e;
}
.card{
  width: 190px;
  height: 254px;
  background: #fbf8f8;
  border-radius: 20px;
  box-shadow: 15px 15px 3px #bebebe -15px -15px 30px #ffffff ;
  box-shadow:  4px 6px rgba(143, 25, 25, 0.863)
}
.card:hover{
  box-shadow:  4px 6px rgba(15, 25, 161, 0.863)

}
h1{
  color:#050505;
  font-size: 60px;
  position: relative;
  top: 80px;
  left: 12px;
  box-shadow: 4px 4px 6px rgba(223, 0, 0, 0.5);
  width: 160px;
  border-radius: 12px;
}
h1:hover{
  box-shadow: 4px 4px 6px rgba(0, 17, 255, 0.527);
}


<!DOCTYPE html>
<html>
  <head>
    <title>This is Title</title>
    <link rel="Stylesheet" href="b.css">
  </head>
  <body>
    <div class="card">
      <h1>Ellina</h1>
    </div>
  </body>
</html>

No comments:

Post a Comment

How to install and setup java in Windows

 Step 1:          first, you want to ensure that the JDK is installed in your system                        Then press Windows +  R  key  as...