css offset,Project: CSS Buttons

 2023-11-22 阅读 17 评论 0

摘要:2019獨角獸企業重金招聘Python工程師標準>>> 1.html部分 <!DOCTYPE?html> <html><head><title>Button</title><link?rel='stylesheet'?type='text/css'?href='stylesheet.css'/>&l

2019獨角獸企業重金招聘Python工程師標準>>> hot3.png

1.html部分

<!DOCTYPE?html>
<html><head><title>Button</title><link?rel='stylesheet'?type='text/css'?href='stylesheet.css'/></head><body><div?id="orange"><br/>Submit!</div><div?id="green">?</div><div?id="red">X</div></body>
</html>

css部分

#orange?{width:?100px;height:?60px;background-color:?#F38630;color:?#FFFFFF;border-radius:?5px;border:?4px?solid?#FA6900;font-family:?Verdana,?Arial,?Sans-Serif;font-size:?1em;font-weight:?bold;text-align:?center;box-shadow:?5px?5px?5px?#888;display:?inline-block;margin-right:?20px;
}#green?{width:?40px;height:?40px;border-radius:?100%;background-color:?#9DE0AD;color:?#008800;text-align:?center;font-weight:?bold;font-size:?2em;border:?4px?solid?#008800;box-shadow:?5px?5px?5px?#888;display:?inline-block;margin-right:?20px;
}#red?{width:?50px;height:?50px;background-color:?#eee;border-radius:?2px;color:?#CC0000;font-family:?Verdana,?Arial,?sans-serif;text-align:?center;font-weight:?bold;font-size:?2.5em;border:?4px?solid?#CC0000;box-shadow:?5px?5px?5px?#888;display:?inline-block;position:?relative;top:?10px;margin-right:?20px;
}


轉載于:https://my.oschina.net/u/1451475/blog/203886

版权声明:本站所有资料均为网友推荐收集整理而来,仅供学习和研究交流使用。

原文链接:https://hbdhgg.com/3/185177.html

发表评论:

本站为非赢利网站,部分文章来源或改编自互联网及其他公众平台,主要目的在于分享信息,版权归原作者所有,内容仅供读者参考,如有侵权请联系我们删除!

Copyright © 2022 匯編語言學習筆記 Inc. 保留所有权利。

底部版权信息