第七天的学习

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了第七天的学习相关的知识,希望对你有一定的参考价值。

<!DOCTYPE html>

<html lang="zh-cmn-Hans">

<head>

<meta charset="utf-8" />

<title></title>

<style>

.a{

width: 1000px;

height:500px;

background-color: blue;

background-image: linear-gradient(blue, white); 

/*background-repeat: no-repeat;*/

margin: 0 auto;

}

.yhm{

width: 200px;

height: 100px;

margin: 0 auto;

font-size: 50px;

}

.normal{

border-width: 4px;

border-style: dashed  solid solid;

border-radius: 10px;

border-color: red;

width: 300px;

height: 30px;

margin: 0 auto;

}

.jz{

margin:0 auto;

width: 300px;

height: 80px;

}

.jz1{

width: 55px;

height: 30px;

margin: 0 auto;

}

.yhm1{

width: 200px;

height: 100px;

margin: 0 auto;

font-size: 50px;

}

</style>

</head>

<body>

<div class="a">

<div class="yhm">用户登录</div>

<div class="jz"><input  class="normal" type="text" name="登录" placeholder="请输入用户名"></div>

<div class="jz"><input  class="normal" type="text" name="mail" placeholder="请输入邮箱"></div>

<div class="jz"><input  class="normal" type="text" name="password" placeholder="请输入密码"></div>

<div class="jz1"><input type="submit" name="security code" value="提交"></div>

</div>

</body>

</html>


以上是关于第七天的学习的主要内容,如果未能解决你的问题,请参考以下文章

第七天的练习

DAY7第七天的关于异常的练习

PHP学习第七天

第七天Python学习记录

学习linux第七天

学习第七天