Rainrix2001

CS102 CSS

Sep 22nd, 2019
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.91 KB | None | 0 0
  1.         #frame001 {
  2.             background-color: white;
  3.             border: 4px solid black;
  4.             width: 400px;
  5.             height: 400px;
  6.             border-radius: 10px;
  7.             padding: 10px;
  8.             margin: 10px;
  9.         }
  10.  
  11.         .buttons001 {
  12.             background-color: blue;
  13.             color: white;
  14.             padding: 5px;
  15.             margin: 10px;
  16.             border-radius: 10px;
  17.             width: 100px;
  18.         }
  19.  
  20.         .buttons002 {
  21.             background-color: lightblue;
  22.             color: black;
  23.             padding: 5px;
  24.             margin: 10px;
  25.             border-radius: 10px;
  26.             width: 140px;
  27.         }
  28.  
  29.         #text001 {
  30.             text-align: center;
  31.         }
  32.  
  33.         #text002 {
  34.             text-align: left;
  35.         }
  36.  
  37.         #green001 {
  38.             color: green;
  39.         }
  40.  
  41.         #red001 {
  42.             color: red;
  43.         }
Advertisement
Add Comment
Please, Sign In to add comment