Dieses Repository beinhaltet HTML- und Javascript Code zur einer NotizenWebApp auf Basis von Web Storage. Zudem sind Mocha/Chai Tests im Browser enthalten. https://meinenotizen.netlify.app/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

mobile.css 261B

123456789101112131415161718192021
  1. 
  2. .title {
  3. font-size: 65px;
  4. }
  5. h2 small {
  6. color: rgb(228, 122, 35);
  7. font-size: large;
  8. }
  9. h2 {
  10. background-color: #607d8b;
  11. color: #ffffff;
  12. }
  13. img {
  14. display: block;
  15. margin-left: auto;
  16. margin-right: auto;
  17. width: 50%;
  18. }