CREATING SOFT TRANSITION & HORIZONTAL MENU | with ATOM ( Turkish Video Tutorial)

in #utopian-io8 years ago (edited)

CREATING A HORIZONTAL MENU | with ATOM ( Turkish Video Tutorial)


atomm.jpg

Tutorial about: Creating a horizontal menu with CSS & HTML – ATOM Turkish Video
Video Language : Turkish
Githup link: ATOM

Atom is a text editor that's modern, approachable, yet hackable to the core—a tool you can customize to do anything but also use productively without ever touching a config file. ATOM OFFICIAL WEBSITE

What We Can Learn?

We learn create horizontal menu and we learn add background color and we did soft menu transition in this video tutorial.

We Learn About

  • Change font
  • Background color
  • Change color wtih hovar codes
  • Transition-duration
  • Text-decoration
  • Padding-float
  • List-style

Requirements

1- ATOM Program
2- Basic HTML code knowledge
3- Basic CSS code knowledge
4- Basic ATOM usage information

Difficulty

Basic Level – Intermediate Level

Description

ATOM is free and open-source project. It has a github repo on github.com , I describe the HTML and CSS in video.
We talked about change font background color, change color wtih hovar codes,transition.
Also with CSS and HTML codes we started a series

Video Tutorial - Turkish Language - 720p

Curriculum

I will add the other lessons here.This is the First Lesson.

ATOM OFFICIAL WEBSITE & GITHUB REPOSITORY

And More Details About Video

<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <link rel="stylesheet" href="stil.css" type="text/css" media="all"/>
</head>
<body>


<div class="menu">
<ul>
  <li><a href="#">ANASAYFA</a></li>
  <li><a href="#">ABOUT</a></li>
  <li><a href="#">E-MAIL</a></li>
  <li><a href="#">CONTACT</a></li>
  <li><a href="#">MENU</a></li>
</ul>
</div>
</body>
</html>

.menu ul {list-style:none;}

.menu ul li {float:left;}

.menu ul li a {padding:20px 70px;
text-decoration:none;
background-color:#323331;
color:#fff;
font:14px verdana, arial;
}


.menu ul li a:hover {background:red;
color:#000;
transition-duration:0.5s;}



Author : @rdvn



Posted on Utopian.io - Rewarding Open Source Contributors

Sort:  

Güzel anlatım olmuş. Bir sonraki derste artık atomu parçalarsın :))

Thank you for the contribution. It has been approved.

You can contact us on Discord.
[utopian-moderator]

Thank you for approval.

Turkish is cool :)

Wow thank you , your accent cool too :)

Hey @rdvn I am @utopian-io. I have just upvoted you!

Achievements

  • You have less than 500 followers. Just gave you a gift to help you succeed!
  • Seems like you contribute quite often. AMAZING!

Community-Driven Witness!

I am the first and only Steem Community-Driven Witness. Participate on Discord. Lets GROW TOGETHER!

mooncryption-utopian-witness-gif

Up-vote this comment to grow my power and help Open Source contributions like this one. Want to chat? Join me on Discord https://discord.gg/Pc8HG9x

Coin Marketplace

STEEM 0.04
TRX 0.33
JST 0.099
BTC 62746.00
ETH 1776.56
USDT 1.00
SBD 0.38