ahmed0saber

My CV in HTML CSS

Jun 5th, 2021
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.73 KB | None | 0 0
  1. <html>
  2. <head>
  3.   <style>
  4.   body{
  5.     margin: 0;
  6.     background-color: #111;
  7.     font-family: Times New Roman;
  8.   }
  9.   div {
  10.     margin: auto;
  11.     margin-top: 40px;
  12.     margin-bottom: 40px;
  13.     width: 90%;
  14.     background-color: #333;
  15.     box-shadow: 0px 0px 5px 3px #0ff;
  16.     background: -webkit-linear-gradient(top, teal, teal 130px,#333 130px,#333 135px, #333);
  17.   }
  18.   p{
  19.     padding: 10px;
  20.     margin: 0;
  21.     color: #EEE;
  22.     font-size: 12px;
  23.   }
  24.   img{
  25.     width: 150px;
  26.     height: 150px;
  27.     padding: 0;
  28.     margin: 50px 70px 10px 70px;
  29.     text-align: center;
  30.     border-radius: 100px;
  31.     border: 5px solid #333;
  32.   }
  33.   h4{
  34.     margin: 0;
  35.     padding: 0;
  36.     padding-left: 97px;
  37.     color: #DDD;
  38.     font-family: Times New Roman;
  39.   }
  40.   a{
  41.     color: teal;
  42.   }
  43.   marquee{
  44.     color: #DDD;
  45.     background-color: rgba(250,250,250,0.1);
  46.   }
  47.   </style>
  48. </head>
  49. <body>
  50. <div>
  51.   <img src="https://drive.google.com/u/0/uc?id=19YTRTsOEbgoJj_Bnm4ZsOphdJg0OUX64&export=download">
  52.   <h4>Ahmed Saber</h4>
  53.   <p>A developer from Egypt who was born in 2001</p><hr>
  54.   <marquee>About me</marquee>
  55.   <p>•Windows game developer at <a href="https://www.kongregate.com/accounts/asaber33">Kongregate</a></p>
  56.   <p>•Android app developer at <a href="https://ahmedzero.itch.io/">Itch</a></p>
  57.   <p>•Web developer at <a href="https://github.com/ahmed0saber">GitHub</a></p>
  58.   <p>•Coder at <a href="https://pastebin.com/u/ahmed0saber">Pastebin</a></p>
  59.   <p>•Owner of <a href="https://t.me/code_touch">Code Touch</a></p><hr>
  60.   <marquee>Coding Languages</marquee>
  61.   <p>•C++</p>
  62.   <p>•Python</p>
  63.   <p>•HTML</p>
  64.   <p>•CSS</p>
  65.   <p>•JavaScript</p>
  66.   <p>•PHP</p><hr>
  67.   <marquee>IDEs used for coding</marquee>
  68.   <p>•Dev C++</p>
  69.   <p>•Cxxdroid</p>
  70.   <p>•Pydroid 3</p>
  71.   <p>•VS Code</p>
  72.   <p>•Notepad</p>
  73.   <p>•Acode</p>
  74.   <p>•Sketchware</p><hr>
  75.   <marquee>Game engines</marquee>
  76.   <p>•Scratch</p>
  77.   <p>•Game maker studio</p>
  78.   <p>•Construct 2</p>
  79.   <p>•Gdevelop</p><hr>
  80.   <marquee>Websites used for learning</marquee>
  81.   <p>•Stackoverflow</p>
  82.   <p>•W3schools</p>
  83.   <p>•Codepen</p>
  84.   <p>•Freefrontend</p>
  85.   <p>•GitHub</p>
  86.   <p>•Geeksforgeeks</p>
  87.   <p>•Sololearn</p>
  88.   <p>•Programiz</p>
  89.   <p>•Cplusplus</p><hr>
  90.   <marquee>Speaking languages</marquee>
  91.   <p>•Arabic</p>
  92.   <p>•English</p><hr>
  93.   <marquee>Best Projects</marquee>
  94.   <p>•<a href="">Project1</a></p><hr>
  95.   <marquee>Contact me</marquee>
  96.   <p>•<a href="https://www.facebook.com/profile.php?id=100004875915808">Facebook</a></p>
  97.   <p>•<a href="https://api.whatsapp.com/send?phone=+201208611892&text=Hello">WhatsApp</a></p>
  98.   <p>•<a href="https://t.me/ahmed0saber">Telegram</a></p>
  99. </div>
  100. </body>
  101. </html>
Advertisement
Add Comment
Please, Sign In to add comment