Advertisement
Guest User

spaghetti

a guest
May 15th, 2019
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.92 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <link href="css/style.css" rel="stylesheet" type="text/css">
  5.         <title>
  6.             How to learn Japanese without taking Japanese classes ~ Traducciones Inglesk
  7.         </title>
  8.     </head>
  9.     <body>
  10.         <p class="whiteTitle">How to learn Japanese without taking Japanese classes</p>
  11.         <div class="middleColor">
  12.             <a href="#" class="greenSummary link">Summary</a>
  13.             <a href="#" class="grey link">En Español</a>
  14.             <p>Hello there! Welcome to this article on how to learn Japanese
  15.                 independently and effectively.
  16.                 Before we get started there is something I want to clarify:
  17.             </p>
  18.             <p>There is a myriad of methods and tools to learn Japanese out there,
  19.                 has a unique affinity for different kinds of learning approaches
  20.                 and materials.
  21.             </p>
  22.             <div class="blackBack">
  23.                 <p class="whiteTitle">First of all: WHY do you want to learn Japanese?</h2>
  24.             </div>
  25.         </div>
  26.     </body>
  27. </html>
  28.  
  29.  
  30. ------------------------------
  31. .greenSummary {
  32.     color: white;
  33.     background-color: rgb(89, 218, 57);
  34.     border-right: 20px rgb(241, 241, 241) solid;
  35. }
  36.  
  37. body {
  38.     line-height: 1.7em;
  39.     font-size: 25px;
  40.     width: 35%;
  41.     margin: auto;
  42.     background-color: rgba(0, 0, 0, 0.904);
  43. }
  44.  
  45. .middleColor {
  46.     background-color: rgb(241, 241, 241);
  47.     border-left: 20px  rgb(241, 241, 241) solid;
  48.     border-right: 20px rgb(241, 241, 241) solid;
  49.     border-top: 20px rgb(241, 241, 241) solid;
  50. }
  51.  
  52. .whiteTitle {
  53.     color: white;
  54.     font-size: 30px;
  55.     text-align: center;
  56. }
  57.  
  58. .blackBack {
  59.     background-color: rgba(0, 0, 0, 0.904);
  60.     border-right: rgb(241, 241, 241) solid 2px;
  61.     border-left: rgb(241, 241, 241) solid 2px;
  62. }
  63. .link {
  64.     text-decoration: none;
  65. }
  66.  
  67. .grey {
  68.     color: grey;
  69. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement