为了账号安全,请及时绑定邮箱和手机立即绑定

怎么把个人简介放在左上角??

怎么把个人简介放在左上角??

thanks

正在回答

4 回答

<html>

<head>

<style type="text/css">

    .position{padding-top:1px;

                    padding-right:100%;

                    padding-bottom:100%;

                    padding-left:1px;

                    margin-top:1px;}
</style>

</head>

<body>

    <div class="position">

            <p>个人简历</p>

    </div>

</body>

</html>

1 回复 有任何疑惑可以回复我~
#1

clearcache_me 提问者

非常感谢!
2016-08-16 回复 有任何疑惑可以回复我~

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>无标题文档</title>
<style>
#个人简历
{
    float: right;
}
</style>
</head>

<body>
<div id="个人简历">个人简历</div>
</body>
</html>

其他的一些属性你也可以设置一下。

0 回复 有任何疑惑可以回复我~

<!DOCTYPE HTML>

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

<title>文本域</title>

<style>

   p{

       font-size:10px;

       }

</style>

</head>

<body>

<form action="save.php" method="post" >

    <p >个人简介:<p>

    <textarea cols="50" rows="10">在这里输入内容...</textarea>

    <input type="submit" value="确定"  name="submit" />

    <input type="reset" value="重置"  name="reset" />

</form> 

</body>

</html>


2 回复 有任何疑惑可以回复我~

position:absolute;left:0;top:0;父级position:relative;

1 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

怎么把个人简介放在左上角??

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信