Runtime: out of memory
防止自身SHUTDOWN的碎碎念

CSS 学习笔记03 按钮Full Height全高度实现

November 01, 2016
css
总计 45 字
目录
    • line-height 保证居中
    • 接着将padding-top和buttom设置为0即可
nav a.button.alert{
	background-color: #e83a37;
	font-size: 1.1rem;
	line-height: 60px;
	padding-top: 0px;
	padding-bottom: 0px;
}

line-height 保证居中

接着将padding-top和buttom设置为0即可

  • css
Tecker Yu avatar
Always Eager to write beautiful and neat code.
« 上一篇

CSS学习笔记02 nav上下居中

下一篇 »

CSS 学习笔记01 wrapper class实现居中

近期文章

  • CGO封装CPP库的一些最佳实践
  • 用Go STL查询DB引发的内存泄露
  • 理解 CPU Cache 对并发性能的影响
  • Go中反序列化后的类型转换问题记录
  • Leetcode 989. Add to Array-Form of Integer

分类

  • Ac之路
  • Css
  • Database
  • Deep learning
  • Go
  • Java
  • Linux
  • Machine learning
  • Node
  • Php
  • Python
  • Tools
  • Typescript
  • Vue
  • 分布式
  • 算法

标签

Algorithms API Centos Cgo CLI Cpp Css Db Debug Deploy Design pattern Devops Dfs Dp Express Front end dev Function Git Go Google HTML Java Koa Laravel Linux Machine learning Mongoose Native Node Npm Php Promise Python Restful Router Sass Shell SQL Tensorflow Test Thinkphp Typescript Vue Vuex Web Xml 分布式 并发编程 异步 心得 数据库 最佳实践 框架 测试 源码分析 笔试 算法 贪心 踩坑 问题总结

社交

GitHub
[email protected]
© 2023 Runtime: out of memory. 基于 Hugo 引擎和 Mainroad主題