博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
HTML/CSS 练习
阅读量:5115 次
发布时间:2019-06-13

本文共 2880 字,大约阅读时间需要 9 分钟。

1.提示框/箭头/透明度

文档标题

底部提示框/顶部箭头

鼠标移动到我这
提示文本
.tooltip{
position: relative; display: inline-block; border-bottom: 1px dotted black;}.tooltiptext{
visibility: hidden; text-align: center; background-color: black; color: white; width:120px; padding: 6px 0px; border-radius: 6px; position: absolute; z-index: 1; right: 105%; margin-top: -3px; opacity: 0; transition: opacity 2.5s;}.tooltiptext::after{
content: ""; position:absolute; border-style:solid; top:50%; left:100%; margin-top:-5px; border-width:5px; border-color:transparent transparent transparent black;}.tooltip:hover .tooltiptext{
visibility:visible; opacity:1;}

2.导航栏

*{
box-sizing:border-box; } body{
margin:0; } .header{
background-color:#1E90FF; text-align:center; color:white; padding:15px; } .footer{
background-color:#696969; color:white; padding:10px; } .topmenu{
list-style-type:none; margin:0; padding:0; overflow:hidden;/*显示出内容。其他的会被剪辑*/ background-color:#777; } .topmenu li{
float:left; } .topmenu li a{
display:inline-block; /* 对象为内联,内容为块级*/ color:white; padding:16px; text-decoration:none; } .topmenu li a:hover{
background-color:#222; } .topmenu li a.active{
color:white; background-color:#32CD32 } .column{
float:left; padding:15px; } .clearfix:after{ /*在元素clearfix后添加内容*/ content:""; clear:both; display:table;/*为一个块级表格元素 */ } .sidemenu{
width:25%; } .content{
width:65%; } .sidemenu ul{
list-style-type:none; margin:0px; padding:0px; } .sidemenu li a{
margin-bottom:4px; display:block; padding:8px; text-decoration:none; background-color:#eee; color:#666; } .sidemenu li a:hover{
background-color:#555; color: white; } .sidemenu li a.active{
background-color: #008CBA; color: white; }
文档标题

The City

Chania

Chania is the capital of the Chania region on the island of Crete. The city can be divided in two parts, the old town and the modern city.

You will learn more about responsive web pages in a later chapter.

 

转载于:https://www.cnblogs.com/Tony98/p/10950920.html

你可能感兴趣的文章
myeclipse插件安装
查看>>
浙江省第十二届省赛 Beauty of Array(思维题)
查看>>
NOIP2013 提高组 Day1
查看>>
个人对vue生命周期的理解
查看>>
cocos2dx 3.x simpleAudioEngine 长音效被众多短音效打断问题
查看>>
存储(硬件方面的一些基本术语)
查看>>
观察者模式
查看>>
Weka中数据挖掘与机器学习系列之基本概念(三)
查看>>
Win磁盘MBR转换为GUID
查看>>
大家在做.NET B/S项目的时候多用什么设技术啊?
查看>>
Java SE和Java EE应用的性能调优
查看>>
Android设计模式系列--原型模式
查看>>
免费的论文查重网站
查看>>
C语言程序第一次作业
查看>>
leetcode-Sort List
查看>>
中文词频统计
查看>>
了解node.js
查看>>
想做移动开发,先看看别人怎么做
查看>>
Eclipse相关集锦
查看>>
虚拟化架构中小型机构通用虚拟化架构
查看>>