2016-07-26 59 views

回答

1

若要將元素附加到屏幕的右側,所有你需要做的是使用:

button { 
    position: fixed; 
    right: 0; 
}