CSS+DIV实现圆角

下面是整个页面的源码,复制->粘贴->保存成html文档->可见效果:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>CSS+DIV圆角</title>
<style type="text/css">

#divcss5 {background: transparent; margin:1em;}

/*圆角样式 */
.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#FCC; border-left:1px solid #F69; border-right:1px solid #F69;}
.xb1 {margin:0 5px; background:#F69;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent {display:block; background: #FCC; border:0 solid #F69; border-width:0 1px;}
/*圆角样式 */

</style>
</head>

<body>
<div id="divcss5">
<b class="xtop"><b class="xb1"></b><b class="xb2"></b><b class="xb3"></b><b class="xb4"></b></b>
<div class="xboxcontent" align="center" style="color:#FF0">
<b>div + css圆角,无需图片</b>
</div>
<b class="xbottom"><b class="xb4"></b><b class="xb3"></b><b class="xb2"></b><b class="xb1"></b></b>
</div>
</body>
</html>

  • 1
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
好的,对于您的问题,我可以为您提供一些参考。在HTML和CSS中,我们可以使用DIV元素和CSS样式来创建带有图标的登录界面。具体实现方法如下: 首先,在HTML中创建一个div元素,设置其class属性为“login-container”,并在该div元素内创建两个子元素:一个用于显示图标,一个用于输入用户名和密码。示例代码如下: ```html <div class="login-container"> <div class="icon-container"> <img src="login-icon.png" alt="Login icon"> </div> <div class="input-container"> <input type="text" placeholder="Username"> <input type="password" placeholder="Password"> </div> </div> ``` 接下来,在CSS中为这些元素设置样式。首先,我们可以使用flex布局将图标和输入框水平居中对齐,并设置它们的宽度和高度。示例代码如下: ```css .login-container { display: flex; justify-content: center; align-items: center; width: 100%; height: 100vh; } .icon-container { width: 50px; height: 50px; margin-right: 20px; } .input-container { display: flex; flex-direction: column; justify-content: center; align-items: center; } input[type="text"], input[type="password"] { width: 200px; height: 30px; margin-bottom: 10px; } ``` 最后,我们可以添加一些其他的样式来美化登录界面,比如设置背景颜色、边框、圆角等等。具体代码如下: ```css .login-container { background-color: #f0f0f0; border-radius: 10px; border: 1px solid #ccc; } .icon-container { background-color: #fff; border-radius: 50%; border: 1px solid #ccc; display: flex; justify-content: center; align-items: center; } input[type="text"], input[type="password"] { border-radius: 5px; border: 1px solid #ccc; padding: 5px; } ``` 以上就是一个简单的使用CSS DIV实现带有图标的登录界面的示例代码和样式。希望对您有帮助!
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值