Jump to content

Прошу критики


css
 Share

Recommended Posts

Делал упражнение http://htmlbook.ru/practical/glamurnaya-knopka, но там нет решения. Хотелось бы узнать привильно ли я все сделал.

<!DOCTYPE html>

<html>

<head>

<meta charset="windows-1251">

<title>Кнопка</title>

<style>

botton{

color:#000;

padding:5px 20px;

font-weight:bold;

text-align:center;

border-radius:50px;

-moz-border-radius:50px;

-webkit-border-radius:50px;

border:1px solid #fff;

background:#ffb1d5;

background: -moz-radial-gradient(center, ellipse cover, #feffff 0%, #ffb1d5 100%);

background: -wibkit-radial-gradient(center, ellipse cover, #feffff 0%, #ffb1d5 100%);

background: -ms-radial-gradient(center, ellipse cover, #feffff 0%, #ffb1d5 100%);

background: -o-radial-gradient(center, ellipse cover, #feffff 0%, #ffb1d5 100%);

box-shadow:0px 0px 0px 1px rgba(255,176,212,1),0px 0px 0px 2px rgba(255,255,255,1),0px 0px 3px 3px rgba(208,208,208,1);

}

</style>

</head>

<botton> Кнопка </botton>

</html>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy