Skip to content
  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in
Logo1

zhangtingyan / my-project

Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • my-project
  • padding-position.html
  • zhangtingyan's avatar
    文件复制 · 2cda831f
    zhangtingyan committed Mar 25, 2020
    2cda831f Browse Files
padding-position.html 253 Bytes
RawBlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11 12 13
<html>
<head>
</head>
<body>
<div style="padding:100px">
  <div style="position:relative">
     qqqqqqqqqqqqqqqqqqqqqqq
	 <div style="position: absolute;bottom:0;right:0;background:pink;width:200px;height:200px">
	 </div>
  </div>
</div>
</body>
</html>