Advertisement
dronkowitz

Hex Color Picker.css

Jan 20th, 2023
1,090
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.30 KB | None | 0 0
  1.   @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital@1&display=swap');
  2. html, body {
  3.   height: 100%;
  4.   width: 100%;
  5.   background-color: #000000;
  6. }
  7. h1{
  8.   color:chocolate;
  9.   font-family: 'Playfair Display', serif;
  10. }
  11. button{
  12. color:darksalmon;
  13.   background-Color: red;
  14. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement