在使用像素或百分比调整大小/最小化窗口时,如何使元素停止移动

时间:2018-11-10 09:19:25

标签: html css web

我遇到的问题是,在调整窗口大小或最小化窗口时,某些元素仍在网页上移动。

这是我对CSS的HTML部分:

div class =“ Resume_Content_Principal”>                     h2 style =“ color:#2A9ADB; font-size:20px”> 艾伦·哈罗
482 South 810 West Apt.102                         
(619)                         2276285
a href =“ hvaandres@icloud.com” style =“ text-decoration:none!important; text-decoration:none; color:black;”>                             hvaandres@icloud.com

我在网页上使用了以下CSS:

.Resume_Content_Principal h2 {

    position: relative;
    margin: -40px 720px 0px -740px;
    padding: 0;
    text-align: center;
    color: black;
    font-weight: 0;
    font-family: 'Nirramit', sans-serif;
    font-size: 20px;
    font-style: normal;
}

我的问题是我做错了什么,或者还需要在CSS上插入什么?

0 个答案:

没有答案